-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KYUUBI #5253] Upgrade testcontainers-scala from 0.40.12 to 0.41.0 #5254
Conversation
### _Why are the changes needed?_ close #5253 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ NO Closes #5254 from lsm1/branch-kyuubi-5253. Closes #5253 b5c4076 [senmiaoliu] bump testcontainers 0.41.0 Authored-by: senmiaoliu <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 6158599) Signed-off-by: Cheng Pan <[email protected]>
Thanks, merged to master/1.8 |
Sorry, reverted because of breaking changes. |
### _Why are the changes needed?_ close #5253 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ NO Closes #5254 from lsm1/branch-kyuubi-5253. Closes #5253 b5c4076 [senmiaoliu] bump testcontainers 0.41.0 Authored-by: senmiaoliu <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 6158599) Signed-off-by: Cheng Pan <[email protected]>
### _Why are the changes needed?_ close #5253 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ NO Closes #5254 from lsm1/branch-kyuubi-5253. Closes #5253 b5c4076 [senmiaoliu] bump testcontainers 0.41.0 Authored-by: senmiaoliu <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 6158599) Signed-off-by: Cheng Pan <[email protected]>
It seems to be some problems, my pr is exclusion org.testcontainers from jetcd-launcher in kyuubi-server pom,but in master branch the change appear in the parent pom, it caused CI failed |
Why exclusion does not work on parent pom? |
#5258 is opened to recover CI. We do exclusion in the parent pom for consistency, except for Hive. |
ok, I see |
Why are the changes needed?
close #5253
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request
Was this patch authored or co-authored using generative AI tooling?
NO